From: Andreas Schwab Date: Mon, 26 Apr 2004 21:26:17 +0000 (+0000) Subject: (BOOL_VECTOR_BITS_PER_CHAR): Define. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22919 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ac53a8797e0114bfa93d3cb5afc83131563fc40;p=emacs.git (BOOL_VECTOR_BITS_PER_CHAR): Define. --- diff --git a/src/lisp.h b/src/lisp.h index ce5a5c5917e..50f063371a9 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -278,6 +278,10 @@ enum pvec_type /* For convenience, we also store the number of elements in these bits. */ #define PSEUDOVECTOR_SIZE_MASK 0x1ff + +/* Number of bits to put in each character in the internal representation + of bool vectors. This should not vary across implementations. */ +#define BOOL_VECTOR_BITS_PER_CHAR 8 /***** Select the tagging scheme. *****/